From b0667b31a24d21801b3202a645b8eb9ccc7f325b Mon Sep 17 00:00:00 2001 From: Ted Zlatanov Date: Sun, 12 Feb 2012 16:40:25 -0500 Subject: [PATCH] (gnutls-algorithm-priority): Add missing :group tag. --- lisp/ChangeLog | 5 +++++ lisp/net/gnutls.el | 1 + 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1dd485a6e77..c6afdc95975 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-02-12 Teodor Zlatanov + + * net/gnutls.el (gnutls-algorithm-priority): Add missing :group + tag. + 2012-02-12 Alan Mackenzie Fix infinite loop with long macros. diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el index f53afa90993..5f1cb65782e 100644 --- a/lisp/net/gnutls.el +++ b/lisp/net/gnutls.el @@ -47,6 +47,7 @@ "If non-nil, this should be a TLS priority string. For instance, if you want to skip the \"dhe-rsa\" algorithm, set this variable to \"normal:-dhe-rsa\"." + :group 'gnutls :type '(choice (const nil) string)) -- 2.30.2